home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / Moscow ML 1.42 / ANSIshellƒ / os_mac_proto.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-07-22  |  1.5 KB  |  59 lines  |  [TEXT/MPCC]

  1. /* os_mac_proto.h */
  2.  
  3. #ifndef CONTEXT_LINES
  4. #include "os_mac_eEdit.h"
  5. #endif
  6.  
  7. /* prototypes for os_mac_cmdmenu.c */
  8.  
  9. void eDoDialog(int sel);
  10.  
  11. /* prototypes for os_mac.c */
  12.  
  13. void io_err( short io );
  14.  
  15. TrapType GetTrapType(short theTrap);
  16. short NumToolboxTraps(void);
  17. Boolean TrapExists(short theTrap);
  18.  
  19. void select_and_show( WindowPtr wptr );
  20.  
  21. void put_input_str (char *text);
  22.  
  23. short check_TEInsert( char *ptr, long len, eTeHandle hTE, short bold );
  24.  
  25. short getfullpath( short vRefNum, long dirID, Str255 fName, char *Path, short MaxLength, short warn );
  26.  
  27. short get_file( FSSpec *fss, short nbtypes, SFTypeList ftypes );
  28. short put_file( FSSpec *fss, Str255 prompt, Str255 deflt );
  29. short edit( FSSpec *fss, long line, long chr, long size );
  30. void save_as( short id, FSSpec *fss );
  31.  
  32. Boolean find_next( short id );
  33. void replace_next( short id );
  34. void replace_all( short id );
  35.  
  36. void handle_activate( WindowPtr wptr, Boolean activep );
  37. long os_get_next_event( EventRecord *event );
  38. long os_handle_event( EventRecord *event );
  39.  
  40. /* prototypes for os_mac_command.c */
  41.  
  42. int ecommand(unsigned char ***av);
  43.  
  44. /* prototypes for os_mac_consoleMW.c */
  45.  
  46. long CharReadyConsoleP(void);
  47.  
  48. /* prototypes for os_mac_eEdit.c */
  49.  
  50. short DeTabifyHandle( Handle h, long *size, long *count, short tabstop );
  51. void eTeDrawLine( eRec **hE, ChPos beginPos, Point location );
  52.  
  53. /* prototypes for os_mac_eStyle.c */
  54.  
  55. void IBeamIt( WindowPtr dwind );
  56. pascal Boolean filterIt( DialogPtr esd, EventRecord *myDialogEvent, short *theDialogItem);
  57.  
  58. /* end of os_mac_proto.h */
  59.